Quaqua 4.4.7 2008-07-16

ch.randelshofer.quaqua.util
Class ArrayUtil

java.lang.Object
  extended by ch.randelshofer.quaqua.util.ArrayUtil

public class ArrayUtil
extends java.lang.Object

ArrayUtil.

Version:
1.3 2003-09-12 Removed unused methods.
1.2 2003-09-27 Method toString added.
1.1 2003-08-24 Methods asVector and toHexString added.
1.0 2003-07-18 Created.
Author:
Werner Randelshofer, Staldenmattweg 2, Immensee, CH-6405, Switzerland

Method Summary
static java.util.ArrayList asList(int[] a)
           
static java.lang.String toHexString(byte[] b)
           
static java.lang.String toHexString(byte[] b, int off, int len)
           
static int[] truncate(int[] a, int off, int len)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

asList

public static java.util.ArrayList asList(int[] a)

toHexString

public static java.lang.String toHexString(byte[] b,
                                           int off,
                                           int len)

toHexString

public static java.lang.String toHexString(byte[] b)

truncate

public static int[] truncate(int[] a,
                             int off,
                             int len)

Copyright 2003-2007 (c) Werner Randelshofer.
All rights reserved.